~Howard DwonubergflarMay 13, 2011, 8:12 AM33 PostsRe: Error ---- HTTP JVM: com.ibm.xsp.exception.EvaluationExceptionEx: Error while executin...Hi,have you tries all the other logs? {domina_data} /IBM_TECHNICAL_SUPPORT/xpages_exc_*.log{domina_data}/domino/workspace/logs
~Fritz ZekkimanobuMay 13, 2011, 8:31 AM66 PostsRe: Error ---- HTTP JVM: com.ibm.xsp.exception.EvaluationExceptionEx: Error while executin... No, I didnt ... I found the bug using print statement in my code. But its really a stupid way of development. And I cant image by developing the way looking to some text file on remote server ...
~Fritz ZekkimanobuMay 15, 2011, 1:43 PM66 PostsRe: Error ---- HTTP JVM: com.ibm.xsp.exception.EvaluationExceptionEx: Error while executin... Finally resolved. The issue was in event I used for running my code. I used: beforeRenderResponse ... in this case I'm getting such stupid error message with no details. When I move my code to e.g. beforePageLoad (it means higher in call hierarchy) I can see standard error message with full java stacktrace. Hmmmmm